Skip to content

Sriram/pmml serving#30

Open
sriram109 wants to merge 2 commits intomasterfrom
sriram/pmml_serving
Open

Sriram/pmml serving#30
sriram109 wants to merge 2 commits intomasterfrom
sriram/pmml_serving

Conversation

@sriram109
Copy link
Copy Markdown

No description provided.

<archive>
<manifest>
<mainClass>
com.parallelm.components.h2o_predictor.H2OPredictor
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

H2o?


inputSamplesFilePath = Paths.get(inputSamplesFileStr);
if (!inputSamplesFilePath.toFile().exists()) {
throw new Exception(String.format("Input samples file [%s] does not exists", inputSamplesFilePath));
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exist (without s)


modelFilePath = Paths.get(modelPathStr);
if (!modelFilePath.toFile().exists()) {
throw new Exception(String.format("Model file [%s] does exits", modelFilePath));
Copy link
Copy Markdown

@yakov-g yakov-g Mar 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model file already exist

@sriram109 sriram109 force-pushed the sriram/pmml_serving branch from 3b68d05 to bcb3d1f Compare March 22, 2019 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants